diff options
| author | Vicent Marti | 2008-05-25 17:06:10 +0000 |
|---|---|---|
| committer | Vicent Marti | 2008-05-25 17:06:10 +0000 |
| commit | 862a3d575a98a508bc7dc58895fe8825e67d9a70 (patch) | |
| tree | ad93521e11bbe897fb140a3bba53a9fa595859d2 /gui | |
| parent | ca51f1f24729e8a3b915529483012bbd583574d2 (diff) | |
| download | scummvm-rg350-862a3d575a98a508bc7dc58895fe8825e67d9a70.tar.gz scummvm-rg350-862a3d575a98a508bc7dc58895fe8825e67d9a70.tar.bz2 scummvm-rg350-862a3d575a98a508bc7dc58895fe8825e67d9a70.zip | |
Compilation fixes. Sorry about the mess.
svn-id: r32272
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/InterfaceManager.cpp | 2 | ||||
| -rw-r--r-- | gui/InterfaceManager.h | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gui/InterfaceManager.cpp b/gui/InterfaceManager.cpp index 693b36e367..f886423e4c 100644 --- a/gui/InterfaceManager.cpp +++ b/gui/InterfaceManager.cpp @@ -36,4 +36,4 @@ namespace GUI { -} // end of namespace GUI.
\ No newline at end of file +} // end of namespace GUI. diff --git a/gui/InterfaceManager.h b/gui/InterfaceManager.h index b65ae36477..92f5c570a4 100644 --- a/gui/InterfaceManager.h +++ b/gui/InterfaceManager.h @@ -29,6 +29,7 @@ #include "common/scummsys.h" #include "graphics/surface.h" #include "common/system.h" + #include "graphics/VectorRenderer.h" namespace GUI { @@ -48,7 +49,7 @@ protected: Graphics::VectorRenderer *createRenderer() { // TODO: Find out what pixel format we are using, // create the renderer accordingly - return new VectorRendererSpec<uint16, ColorMasks<565> >; + return new Graphics::VectorRendererSpec<uint16, ColorMasks<565> >; } Graphics::VectorRenderer *_vectorRenderer; @@ -56,4 +57,4 @@ protected: } // end of namespace GUI. -#endif
\ No newline at end of file +#endif |
