From 9b623ea3943165fe7efb5e47a0b5b9452c1599e6 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Wed, 9 May 2018 00:09:55 +0200 Subject: 9.8 --- wx+/grid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wx+/grid.h') diff --git a/wx+/grid.h b/wx+/grid.h index 8b916f2f..a5c1a783 100755 --- a/wx+/grid.h +++ b/wx+/grid.h @@ -14,8 +14,8 @@ #include #include -//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 -- cgit