Skip to content

Commit f4a741d

Browse files
committed
Fixed mac compilation error
1 parent a0345c7 commit f4a741d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/interface_derived.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ MainFrameDerived::MainFrameDerived() : MainFrame(NULL){
4949
projectsList->AppendColumn(str,wxLIST_FORMAT_CENTER);
5050
}
5151

52-
installsList->AppendColumn("", wxLIST_FORMAT_CENTER, wxLIST_AUTOSIZE_USEHEADER);
53-
installsPathsList->AppendColumn("", wxLIST_FORMAT_CENTER, wxLIST_AUTOSIZE_USEHEADER);
52+
// installsList->AppendColumn("", wxLIST_FORMAT_CENTER, wxLIST_AUTOSIZE_USEHEADER);
53+
// installsPathsList->AppendColumn("", wxLIST_FORMAT_CENTER, wxLIST_AUTOSIZE_USEHEADER);
5454
}
5555
//make the data folder if it does not already exist (with readwrite for all groups)
5656
#if defined __APPLE__ || defined __linux__

0 commit comments

Comments
 (0)