Added hide selected columns and show all columns to tableview context menu.

Added a fix for building with MingW on Windows.
This commit is contained in:
Peter Hyatt
2017-09-12 17:18:10 -04:00
committed by Martin Kleusberg
parent 659f38ebef
commit c5c3d2366e
4 changed files with 72 additions and 3 deletions
@@ -9,6 +9,9 @@
*/
#include <antlr/config.hpp>
#ifdef __MINGW32__
#include <cstring>
#endif
#include <string>
#ifdef ANTLR_CXX_SUPPORTS_NAMESPACE