Skip to content

Commit 9e902f7

Browse files
committed
sdmconfig: fixed
1 parent c6dcf4f commit 9e902f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/sdmconfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Path Config::appConfigDir() {
127127

128128
#else
129129

130-
Path Path::appConfigDir() {
130+
Path Config::appConfigDir() {
131131
return Path::home()+".config/Simple Device Model";
132132
}
133133

0 commit comments

Comments
 (0)