Remove trailing whitespace from several files
No real changes. See https://github.com/wxWidgets/wxWidgets/pull/787
This commit is contained in:
committed by
Vadim Zeitlin
parent
8d02384792
commit
496da2e550
@@ -93,7 +93,7 @@ public:
|
||||
*/
|
||||
void InsertHandler(wxXmlResourceHandler *handler);
|
||||
|
||||
|
||||
|
||||
/**
|
||||
Attaches an unknown control to the given panel/window/dialog.
|
||||
Unknown controls are used in conjunction with \<object class="unknown"\>.
|
||||
@@ -115,7 +115,7 @@ public:
|
||||
*/
|
||||
static void AddSubclassFactory(wxXmlSubclassFactory *factory);
|
||||
|
||||
|
||||
|
||||
/**
|
||||
Compares the XRC version to the argument.
|
||||
|
||||
@@ -785,7 +785,7 @@ protected:
|
||||
/**
|
||||
After CreateResource has been called this will return the current
|
||||
wxXmlResource object.
|
||||
|
||||
|
||||
@since 2.9.5
|
||||
*/
|
||||
wxXmlResource* GetResource() const;
|
||||
@@ -829,6 +829,6 @@ protected:
|
||||
|
||||
@since 2.9.5
|
||||
*/
|
||||
wxWindow* GetParentAsWindow() const;
|
||||
wxWindow* GetParentAsWindow() const;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user