Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/console.h')
-rw-r--r--src/common/console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/console.h b/src/common/console.h
index fbda5da..0706f11 100644
--- a/src/common/console.h
+++ b/src/common/console.h
@@ -45,7 +45,7 @@ public:
/// stream to send debug messages too
virtual std::ostream & debugstream() = 0;
- /// a pointer to the current console implementation
+ /// a pointer to the current console instance
static Console *instance();
private: