summaryrefslogtreecommitdiff
path: root/Clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'Clock.h')
-rw-r--r--Clock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Clock.h b/Clock.h
index cf0744e..fe0f3ce 100644
--- a/Clock.h
+++ b/Clock.h
@@ -140,8 +140,8 @@ SOFTWARE.
#define XtNsharp "sharp"
#define XtCSharp "Sharp"
-typedef struct _ClockRec *ClockWidget; /* completely defined in ClockPrivate.h */
-typedef struct _ClockClassRec *ClockWidgetClass; /* completely defined in ClockPrivate.h */
+typedef struct _ClockRec *ClockWidget; /* completely defined in ClockP.h */
+typedef struct _ClockClassRec *ClockWidgetClass; /* completely defined in ClockP.h */
extern WidgetClass clockWidgetClass;