]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/private/textmeasure.h
Add missing WXK constants for the control keys
[wxWidgets.git] / include / wx / private / textmeasure.h
index 0e853c548c84c9466176e0857b221c356393cebb..d7986c1589816c016dabf450e289dc5c8af12284 100644 (file)
@@ -70,6 +70,8 @@ protected:
     virtual void BeginMeasuring() { }
     virtual void EndMeasuring() { }
 
+    friend class MeasuringGuard;
+
     // RAII wrapper for the two methods above.
     class MeasuringGuard
     {