[MSPAINT_NEW] further ATLification, hard-coded observer pattern, minor cleanup (fourt...
[reactos.git] / reactos / base / applications / mspaint_new / palettemodel.h
index 232cab1..957ca57 100644 (file)
@@ -15,6 +15,10 @@ private:
     int m_nSelectedPalette;
     int m_fgColor;
     int m_bgColor;
+
+    void NotifyColorChanged();
+    void NotifyPaletteChanged();
+
 public:
     PaletteModel();
     int SelectedPalette();