fixed dpointer
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=700536
This commit is contained in:
parent
ff36e3da06
commit
0231bb68fe
@ -35,7 +35,7 @@ class PLASMA_EXPORT Rectangle : public Plasma::Widget
|
||||
|
||||
private:
|
||||
class Private;
|
||||
Private * const d;
|
||||
Private const *d;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user