aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/pcode.h
diff options
context:
space:
mode:
authorOri Avtalion2011-04-25 22:29:26 +0300
committerOri Avtalion2011-04-28 12:20:34 +0300
commitcd6ee0589d0556d3d9e81d835c8b900636083de5 (patch)
tree916347e7c0fc0a6fdc9d3a63bec780b15101d3f5 /engines/tinsel/pcode.h
parent80c90a569eb06f6a12ca0f0f256d0cbb028f19be (diff)
downloadscummvm-rg350-cd6ee0589d0556d3d9e81d835c8b900636083de5.tar.gz
scummvm-rg350-cd6ee0589d0556d3d9e81d835c8b900636083de5.tar.bz2
scummvm-rg350-cd6ee0589d0556d3d9e81d835c8b900636083de5.zip
JANITORIAL: Format forward declarations to follow convention
Diffstat (limited to 'engines/tinsel/pcode.h')
-rw-r--r--engines/tinsel/pcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/pcode.h b/engines/tinsel/pcode.h
index f3690e9257..f31f2eb5c6 100644
--- a/engines/tinsel/pcode.h
+++ b/engines/tinsel/pcode.h
@@ -31,7 +31,7 @@
#include "tinsel/sched.h" // for PROCESS
namespace Common {
- class Serializer;
+class Serializer;
}
namespace Tinsel {