diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2012-08-17 00:03:53 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2013-02-24 17:54:29 +0100 |
| commit | 98042012a6c6e639c9736b32518dd082ca539615 (patch) | |
| tree | 069cdf4a2149dde7c5efcce1df56942f89bc3365 /src/engine/client/graphics_threaded.h | |
| parent | 6af382ade1d350091545dd24ab79020bda7825f2 (diff) | |
| download | zcatch-98042012a6c6e639c9736b32518dd082ca539615.tar.gz zcatch-98042012a6c6e639c9736b32518dd082ca539615.zip | |
cleaned up warnings that clang spits out. some bugs found with it.
Conflicts: src/game/server/gamemodes/ctf.cpp src/game/server/gamemodes/ctf.h
Diffstat (limited to 'src/engine/client/graphics_threaded.h')
| -rw-r--r-- | src/engine/client/graphics_threaded.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/client/graphics_threaded.h b/src/engine/client/graphics_threaded.h index b88ee3cb..5c15d062 100644 --- a/src/engine/client/graphics_threaded.h +++ b/src/engine/client/graphics_threaded.h @@ -296,6 +296,8 @@ public: INITFLAG_BORDERLESS = 8, }; + virtual ~IGraphicsBackend() {} + virtual int Init(const char *pName, int *Width, int *Height, int FsaaSamples, int Flags) = 0; virtual int Shutdown() = 0; |