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& filename,
|
||||
efsw::Action action,
|
||||
std::string old_filename = "") override;
|
||||
std::string old_filename) override;
|
||||
|
||||
private:
|
||||
// Events
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include <ctime>
|
||||
|
||||
#ifndef SAVETOOL_DEBUG_BUILD
|
||||
#include <fstream>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue