summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/depthreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/render/bgfx/depthreader.h')
-rw-r--r--src/osd/modules/render/bgfx/depthreader.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/osd/modules/render/bgfx/depthreader.h b/src/osd/modules/render/bgfx/depthreader.h
index 5b2fc4e374c..761a1653323 100644
--- a/src/osd/modules/render/bgfx/depthreader.h
+++ b/src/osd/modules/render/bgfx/depthreader.h
@@ -15,11 +15,11 @@
class depth_reader : public state_reader {
public:
- static uint64_t read_from_value(const Value& value);
+ static uint64_t read_from_value(const Value& value);
private:
- static const int FUNCTION_COUNT = 8;
- static const string_to_enum FUNCTION_NAMES[FUNCTION_COUNT];
+ static const int FUNCTION_COUNT = 8;
+ static const string_to_enum FUNCTION_NAMES[FUNCTION_COUNT];
};
-#endif // __DRAWBGFX_DEPTH_READER__ \ No newline at end of file
+#endif // __DRAWBGFX_DEPTH_READER__