aboutsummaryrefslogtreecommitdiff
path: root/sky/debug.h
diff options
context:
space:
mode:
authorMax Horn2004-01-03 15:57:57 +0000
committerMax Horn2004-01-03 15:57:57 +0000
commit14f28d58f1094321b60a9f43b4a7988f71cdb239 (patch)
treedb2e58a7c74ba5543189d59e0ecbfb6c9db74f44 /sky/debug.h
parentc1cddedca88a3a5c7ea01b81ecef5fc869717d5c (diff)
downloadscummvm-rg350-14f28d58f1094321b60a9f43b4a7988f71cdb239.tar.gz
scummvm-rg350-14f28d58f1094321b60a9f43b4a7988f71cdb239.tar.bz2
scummvm-rg350-14f28d58f1094321b60a9f43b4a7988f71cdb239.zip
remove 'Sky' name prefix for most stuff (not needed anymore since we are in namespace 'Sky' now)
svn-id: r12114
Diffstat (limited to 'sky/debug.h')
-rw-r--r--sky/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/debug.h b/sky/debug.h
index ad8ac6d014..1e6917ebce 100644
--- a/sky/debug.h
+++ b/sky/debug.h
@@ -27,7 +27,7 @@
namespace Sky {
-class SkyDebug {
+class Debug {
public:
static void fetchCompact(uint32 a);
static void logic(uint32 logic);