1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Fix typo in DepthBuffer.h

This commit is contained in:
Sergey Lipskiy 2015-11-22 14:28:51 +06:00
parent 868b708f71
commit 28d4993968

View File

@ -50,7 +50,7 @@ public:
private:
DepthBufferList();
DepthBufferList(const FrameBufferList &);
DepthBufferList(const DepthBufferList &);
~DepthBufferList();
typedef std::list<DepthBuffer> DepthBuffers;