mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 18:59:59 +01:00
Making classes non-assignable
Following CppCheck recomendation, all classes that should not be manipulated by value are made non-assignable to ensure no mistake is made.
This commit is contained in:
@@ -16,6 +16,7 @@ public:
|
||||
|
||||
float cursor_;
|
||||
|
||||
void apply(float percent);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user