Fixed forgotten inline keyword
This commit is contained in:
		@@ -118,7 +118,7 @@ inline void drop_all()
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// stop any running threads started by spdlog and clean registry loggers
 | 
					// stop any running threads started by spdlog and clean registry loggers
 | 
				
			||||||
void shutdown()
 | 
					inline void shutdown()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	details::registry::instance().shutdown();
 | 
						details::registry::instance().shutdown();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user