Fixed further warnings reported by clang.

This commit is contained in:
Drake Arconis
2012-07-03 00:24:15 +00:00
parent 2ac4f81424
commit 77948b8ce4
3 changed files with 4 additions and 3 deletions

View File

@@ -429,6 +429,7 @@ public:
virtual void placeFence() = 0;
virtual bool isCompleted() = 0;
virtual void wait() = 0;
virtual ~LLGLFence() {}
};
class LLGLSyncFence : public LLGLFence