mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 04:49:12 -06:00
Updated Ghoul
Adapted to cleanup in Ghoul
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#define __LOGFACTORY_H__
|
||||
|
||||
#include <ghoul/misc/dictionary.h>
|
||||
#include <memory>
|
||||
|
||||
namespace ghoul {
|
||||
namespace logging {
|
||||
@@ -37,7 +38,7 @@ namespace openspace {
|
||||
|
||||
class LogFactory {
|
||||
public:
|
||||
static ghoul::logging::Log* createLog(const ghoul::Dictionary& dictionary);
|
||||
static std::unique_ptr<ghoul::logging::Log> createLog(const ghoul::Dictionary& dictionary);
|
||||
};
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
Reference in New Issue
Block a user