summaryrefslogtreecommitdiff
path: root/utils/regtools/qeditor/regedit.h
diff options
context:
space:
mode:
authorDmitry Gamza <gamzad@yahoo.com>2014-05-12 09:59:24 +0400
committerAmaury Pouly <amaury.pouly@gmail.com>2014-05-12 19:05:19 +0200
commit440ff9500bc74cc278e0b66f528cfdf624547240 (patch)
treeeed9c67fa3d282e33821267ca0d7d94bb97dc7e7 /utils/regtools/qeditor/regedit.h
parent7b590a953639714cf8ea4b550dd7f6558698e23f (diff)
downloadrockbox-440ff9500bc74cc278e0b66f528cfdf624547240.tar.gz
rockbox-440ff9500bc74cc278e0b66f528cfdf624547240.zip
qeditor: on Windows it’s not impossible to create a file with AUX
Change-Id: Ic7ef01328eccbed4afddb0a09d2afbb6c1f6a28f Reviewed-on: http://gerrit.rockbox.org/811 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
Diffstat (limited to 'utils/regtools/qeditor/regedit.h')
-rw-r--r--utils/regtools/qeditor/regedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/regtools/qeditor/regedit.h b/utils/regtools/qeditor/regedit.h
index b5ccd249fa..cec92d7c03 100644
--- a/utils/regtools/qeditor/regedit.h
+++ b/utils/regtools/qeditor/regedit.h
@@ -21,7 +21,7 @@
21#include "backend.h" 21#include "backend.h"
22#include "settings.h" 22#include "settings.h"
23#include "mainwindow.h" 23#include "mainwindow.h"
24#include "aux.h" 24#include "utils.h"
25 25
26class AbstractRegEditPanel 26class AbstractRegEditPanel
27{ 27{