[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Thu Jun 30 02:29:25 CEST 2005
SVN commit 430063 by staikos:
missed a case of private variable
M +0 -3 kstdatasource.h
--- trunk/extragear/graphics/kst/kst/kstdatasource.h #430062:430063
@@ -39,7 +39,6 @@
}
class KstScalar;
-class KstDataSourcePrivate;
class KstDataSourceConfigWidget;
typedef KstSharedPtr<KstScalar> KstScalarPtr;
@@ -253,8 +252,6 @@
// If _instance is nonzero, then your settings are to be saved for this
// particular instance of the source, as opposed to globally.
KstDataSourcePtr _instance;
- class Private;
- Private *d;
};
#endif
More information about the Kst
mailing list