diff options
Diffstat (limited to 'wx+/grid.h')
-rwxr-xr-x | wx+/grid.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,8 +14,8 @@ #include <zen/basic_math.h> #include <zen/optional.h> -//a user-friendly, extensible and high-performance grid control +//a user-friendly, extensible and high-performance grid control namespace zen { enum class ColumnType { NONE = -1 }; //user-defiend column type |