mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
bool fix
This commit is contained in:
parent
0ace29dfe1
commit
daa46e988f
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ index fe2ce670da340..2d4493a3800c6 100644
|
|||
BASE_EXPORT int GetMinLogLevel();
|
||||
|
||||
+// For Thorium --verbose flag
|
||||
+BASE_EXPORT int IsVerbose();
|
||||
+BASE_EXPORT bool IsVerbose();
|
||||
+
|
||||
// Used by LOG_IS_ON to lazy-evaluate stream arguments.
|
||||
BASE_EXPORT bool ShouldCreateLogMessage(int severity);
|
||||
|
|
Loading…
Reference in a new issue