Compare commits
2 commits
9f0386d5b3
...
12995367eb
Author | SHA1 | Date | |
---|---|---|---|
12995367eb | |||
bf5a9872e1 |
2 changed files with 1 additions and 3 deletions
|
@ -63,7 +63,7 @@ class Application: public Platform::Sdl2Application, public efsw::FileWatchListe
|
||||||
const std::string& dir,
|
const std::string& dir,
|
||||||
const std::string& filename,
|
const std::string& filename,
|
||||||
efsw::Action action,
|
efsw::Action action,
|
||||||
std::string old_filename = "") override;
|
std::string old_filename) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// Events
|
// Events
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#include <ctime>
|
|
||||||
|
|
||||||
#ifndef SAVETOOL_DEBUG_BUILD
|
#ifndef SAVETOOL_DEBUG_BUILD
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue