diff options
Diffstat (limited to 'Source/cmQtAutoRcc.h')
-rw-r--r-- | Source/cmQtAutoRcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutoRcc.h b/Source/cmQtAutoRcc.h index 8dc9179..01c3fb9 100644 --- a/Source/cmQtAutoRcc.h +++ b/Source/cmQtAutoRcc.h @@ -26,7 +26,7 @@ public: private: // -- Utility - Logger& Log() { return Logger_; } + Logger const& Log() const { return Logger_; } bool IsMultiConfig() const { return MultiConfig_; } std::string MultiConfigOutput() const; |