diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-09-11 13:00:40 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-09-11 13:05:31 -0400 |
| commit | b06ec302d1051843228464656d3021aeec45eb07 (patch) | |
| tree | 34a42b3bd004189822b142782f21d9e008f47fc9 /Source/Core/VideoCommon/VertexManagerBase.h | |
| parent | c6f3424ab1c192a9d6e8e6c2e1f8335bc38344a8 (diff) | |
Remove some unnecessary semicolons
Diffstat (limited to 'Source/Core/VideoCommon/VertexManagerBase.h')
| -rw-r--r-- | Source/Core/VideoCommon/VertexManagerBase.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/VertexManagerBase.h b/Source/Core/VideoCommon/VertexManagerBase.h index c9ee61b777..7852e61f34 100644 --- a/Source/Core/VideoCommon/VertexManagerBase.h +++ b/Source/Core/VideoCommon/VertexManagerBase.h @@ -43,8 +43,8 @@ public: virtual ::NativeVertexFormat* CreateNativeVertexFormat() = 0; static void DoState(PointerWrap& p); - virtual void CreateDeviceObjects(){}; - virtual void DestroyDeviceObjects(){}; + virtual void CreateDeviceObjects(){} + virtual void DestroyDeviceObjects(){} protected: virtual void vDoState(PointerWrap& p) { } |
