#ifndef GET_LINUX_APP_DIR #define GET_LINUX_APP_DIR #include class GetLinuxAppDir { public: static wxString run(); }; #endif