summaryrefslogtreecommitdiff
path: root/src/w32dlib/static.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32dlib/static.h')
-rw-r--r--src/w32dlib/static.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/w32dlib/static.h b/src/w32dlib/static.h
index b593b2c..009b1bc 100644
--- a/src/w32dlib/static.h
+++ b/src/w32dlib/static.h
@@ -38,10 +38,9 @@ namespace W32DLib
///
/// \param parent The dialog the control belongs to.
/// \param resource_id The ID of the control in the resource file.
- /// \param datax The DataX to use. The default of 0 means don't
- /// use data exchange.
+ /// \param datax The DataX to use. NULL means don't use data exchange.
///
- StaticText(Dialog *parent, int resource_id, DataX *datax=0);
+ StaticText(Dialog *parent, int resource_id, DataX *datax);
/// \brief Destructor
///