summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/blendreader.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-02-24 07:46:57 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-02-24 07:46:57 +0100
commit3abcaee63ff285514e8b51a60949c97a7dfa5304 (patch)
tree63e6be46c1932606689f9bfacc920d69cfc4b51f /src/osd/modules/render/bgfx/blendreader.h
parent0cbd8782119b140920097a2bee76f36aef014be9 (diff)
Cleanups and version bump
Diffstat (limited to 'src/osd/modules/render/bgfx/blendreader.h')
-rw-r--r--src/osd/modules/render/bgfx/blendreader.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/osd/modules/render/bgfx/blendreader.h b/src/osd/modules/render/bgfx/blendreader.h
index 6dd16ae5d88..732ab47b1da 100644
--- a/src/osd/modules/render/bgfx/blendreader.h
+++ b/src/osd/modules/render/bgfx/blendreader.h
@@ -19,13 +19,13 @@ using namespace rapidjson;
class blend_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 EQUATION_COUNT = 7;
- static const string_to_enum EQUATION_NAMES[EQUATION_COUNT];
- static const int FUNCTION_COUNT = 16;
- static const string_to_enum FUNCTION_NAMES[FUNCTION_COUNT];
+ static const int EQUATION_COUNT = 7;
+ static const string_to_enum EQUATION_NAMES[EQUATION_COUNT];
+ static const int FUNCTION_COUNT = 16;
+ static const string_to_enum FUNCTION_NAMES[FUNCTION_COUNT];
};
-#endif // __DRAWBGFX_BLEND_READER__ \ No newline at end of file
+#endif // __DRAWBGFX_BLEND_READER__