disable copy operator assigment

wilder-portage
Kurt Hindenburg 8 years ago
parent 6c3d0bc2a0
commit 6e78f45305
  1. 1
      src/ColorScheme.h

@ -77,6 +77,7 @@ public:
*/
ColorScheme();
ColorScheme(const ColorScheme &other);
ColorScheme& operator=(const ColorScheme &other) = delete;
~ColorScheme();
/** Sets the descriptive name of the color scheme. */

Loading…
Cancel
Save