]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dc.cpp
Allow 2-step creation of wxGenericProgressDialog.
[wxWidgets.git] / src / gtk / dc.cpp
index 5d182e84d40331c00f9e1c94a79750ba3eb30c03..af0f5a57c97313514382e91db794e2ad05d63758 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        dc.cpp
+// Name:        src/gtk/dc.cpp
 // Purpose:
 // Author:      Robert Roebling
 // RCS-ID:      $Id$
@@ -18,7 +18,7 @@
 
 IMPLEMENT_ABSTRACT_CLASS(wxGTKDCImpl, wxDCImpl)
 
-wxGTKDCImpl::wxGTKDCImpl( wxDC *owner ) 
+wxGTKDCImpl::wxGTKDCImpl( wxDC *owner )
    : wxDCImpl( owner )
 {
     m_ok = FALSE;