Moved deprecated attr at beginning of functions
This commit is contained in:
@@ -34,7 +34,7 @@ namespace OpenVulkano
|
||||
static Ptr PERF;
|
||||
static Ptr APP;
|
||||
|
||||
static void SetupLogger(std::string logFolder = "", const std::string& logFile = "openVulkano.log", bool handleSignals = false) [[deprecated]];
|
||||
[[deprecated]] static void SetupLogger(std::string logFolder = "", const std::string& logFile = "openVulkano.log", bool handleSignals = false);
|
||||
|
||||
/**
|
||||
* \brief Creates a new custom logger that writes to the main log file.
|
||||
|
||||
Reference in New Issue
Block a user