aboutsummaryrefslogtreecommitdiffstats
path: root/src/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.h')
-rw-r--r--src/widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.h b/src/widget.h
index 2c5fb61df2f..97dd6ab61de 100644
--- a/src/widget.h
+++ b/src/widget.h
@@ -90,7 +90,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
90typedef struct _EmacsFrameRec *EmacsFrame; 90typedef struct _EmacsFrameRec *EmacsFrame;
91typedef struct _EmacsFrameClassRec *EmacsFrameClass; 91typedef struct _EmacsFrameClassRec *EmacsFrameClass;
92 92
93extern WidgetClass emacsFrameClass; 93extern WidgetClass emacsFrameClass (void);
94 94
95extern struct _DisplayContext *display_context; 95extern struct _DisplayContext *display_context;
96 96