]> git.saurik.com Git - wxWidgets.git/commitdiff
no changes
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Jan 2001 16:18:49 +0000 (16:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Jan 2001 16:18:49 +0000 (16:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/docview/docview.cpp
src/common/list.cpp

index 977e9dde6f521158097bebc1e12e4cf757f2b3ab..96661165e1ae29bf174afb951806ac6a9e59c80c 100644 (file)
@@ -70,7 +70,7 @@ bool MyApp::OnInit(void)
     
     //// Create a document manager
     m_docManager = new wxDocManager;
-    
+
     //// Create a template relating drawing documents to their views
     (void) new wxDocTemplate(m_docManager, "Drawing", "*.drw", "", "drw", "Drawing Doc", "Drawing View",
         CLASSINFO(DrawingDocument), CLASSINFO(DrawingView));
index fc55b174fac0429c5ab85fbbdc619497e1fbcb4f..1d647ddd273249276ef893ca71eaa872492513b7 100644 (file)
@@ -171,8 +171,8 @@ void wxListBase::DoCopy(const wxListBase& list)
     m_nodeFirst =
     m_nodeLast = (wxNodeBase *) NULL;
 
-    switch (m_keyType) {
-
+    switch (m_keyType)
+    {
         case wxKEY_INTEGER:
             {
                 long key;