summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp')
-rw-r--r--Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp b/Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp
index a7041c4dd5..36a12627f4 100644
--- a/Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp
+++ b/Source/Core/DolphinQt/GCMemcardCreateNewDialog.cpp
@@ -75,7 +75,7 @@ bool GCMemcardCreateNewDialog::CreateCard()
return false;
const std::string p = path.toStdString();
- auto memcard = GCMemcard::Create(p, size, is_shift_jis);
+ auto memcard = Memcard::GCMemcard::Create(p, size, is_shift_jis);
if (memcard && memcard->Save())
{
m_card_path = p;