]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/mdi/lib/XsComponent.h
Crash fix under VC++
[wxWidgets.git] / src / motif / mdi / lib / XsComponent.h
index d2d71f061a3972ab939c903e2d66261be60ba58f..e67f07fc3760c94a8ca83d4829660a11456b0b9c 100644 (file)
@@ -7,7 +7,7 @@
    XsComponent.h
 
    History
-      03-Mar-96 1.0; Scott W. Sadler (sws@iti-oh.com)
+      03-Mar-96 1.0; Scott W. Sadler (ssadler@cisco.com)
                      Created         
 */
 
@@ -33,9 +33,6 @@ class XsComponent {
       virtual  void show ( );             // Show the component
       virtual  void hide ( );             // Hide the component
       
-// Added JACS 19/10/98
-     inline Widget GetBase() const { return _base; }
-      
 // Component name
 
       const char *name ( ) const;