summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-02-01 12:52:46 -0500
committerMatt Turner <mattst88@gmail.com>2012-02-01 12:57:03 -0500
commit16850c175d2b12ea5dace6eaa3734037e65c0d4a (patch)
treeedd270abc9abb6c0302e2f8b669479e626414031 /include
parenta17b298430d3d55e92f30647346d9d3450f2f699 (diff)
Include headers instead of using extern definitions
Caught a mistake in SmeThreeD.h: smeThreeDWidgetClass was declared instead of smeThreeDObjectClass. Also fixes redundant redeclaration warnings. Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/X11/Xaw3d/SmeThreeD.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/Xaw3d/SmeThreeD.h b/include/X11/Xaw3d/SmeThreeD.h
index dfe7a64..19020af 100644
--- a/include/X11/Xaw3d/SmeThreeD.h
+++ b/include/X11/Xaw3d/SmeThreeD.h
@@ -69,7 +69,7 @@ SOFTWARE.
typedef struct _SmeThreeDClassRec *SmeThreeDObjectClass;
typedef struct _SmeThreeDRec *SmeThreeDObject;
-extern WidgetClass smeThreeDWidgetClass;
+extern WidgetClass smeThreeDObjectClass;
_XFUNCPROTOBEGIN