Replace escape sequences with path separators in include paths
This commit is contained in:
committed by
Daniel Belcher
parent
84941c698e
commit
0166daf5c7
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "pch.h"
|
||||
#include "MemoryListItem.xaml.h"
|
||||
#include "Controls\CalculatorButton.h"
|
||||
#include "Controls/CalculatorButton.h"
|
||||
|
||||
using namespace CalculatorApp;
|
||||
using namespace CalculatorApp::Common;
|
||||
|
||||
Reference in New Issue
Block a user