diff options
Diffstat (limited to 'src/widget.h')
| -rw-r--r-- | src/widget.h | 2 |
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/>. */ | |||
| 90 | typedef struct _EmacsFrameRec *EmacsFrame; | 90 | typedef struct _EmacsFrameRec *EmacsFrame; |
| 91 | typedef struct _EmacsFrameClassRec *EmacsFrameClass; | 91 | typedef struct _EmacsFrameClassRec *EmacsFrameClass; |
| 92 | 92 | ||
| 93 | extern WidgetClass emacsFrameClass; | 93 | extern WidgetClass emacsFrameClass (void); |
| 94 | 94 | ||
| 95 | extern struct _DisplayContext *display_context; | 95 | extern struct _DisplayContext *display_context; |
| 96 | 96 | ||