fixed dpointer

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=700536
This commit is contained in:
Gabriel Anderson 2007-08-15 19:53:46 +00:00
parent ff36e3da06
commit 0231bb68fe

View File

@ -35,7 +35,7 @@ class PLASMA_EXPORT Rectangle : public Plasma::Widget
private:
class Private;
Private * const d;
Private const *d;
};
}