summaryrefslogtreecommitdiff
path: root/libopie/pim/otemplatebase.h
Unidiff
Diffstat (limited to 'libopie/pim/otemplatebase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/pim/otemplatebase.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libopie/pim/otemplatebase.h b/libopie/pim/otemplatebase.h
index 29fb6ec..cadac74 100644
--- a/libopie/pim/otemplatebase.h
+++ b/libopie/pim/otemplatebase.h
@@ -16,2 +16,3 @@
16 */ 16 */
17class OPimBasePrivate;
17struct OPimBase { 18struct OPimBase {
@@ -34,2 +35,4 @@ struct OPimBase {
34 */ 35 */
36private:
37 OPimBasePrivate* d;
35 38
@@ -40,2 +43,3 @@ struct OPimBase {
40 */ 43 */
44class OTemplateBasePrivate;
41template <class T = OPimRecord> 45template <class T = OPimRecord>
@@ -63,2 +67,5 @@ public:
63 static T* rec(); 67 static T* rec();
68
69private:
70 OTemplateBasePrivate *d;
64}; 71};