Commit 4593b1ec authored by hyperxor's avatar hyperxor

Fix warning: backslash-newline at end of file

parent a35624d5
...@@ -28,4 +28,4 @@ public: \ ...@@ -28,4 +28,4 @@ public: \
std::shared_ptr<Base> clone() const override \ std::shared_ptr<Base> clone() const override \
{ \ { \
return std::make_shared<Class>(*this); \ return std::make_shared<Class>(*this); \
}\ }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment