summaryrefslogtreecommitdiffhomepage
path: root/Magic2/SurfacePropertiesDialog.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-08 23:08:45 +0200
committerAki <please@ignore.pl>2022-04-08 23:08:45 +0200
commita8b995c11f7ef1a1bed20bd821698c78be42151d (patch)
tree27488dbaa75b4197f194d3bb3881d40d319960ca /Magic2/SurfacePropertiesDialog.cpp
parent4c2d98ef91e05e98b3816dbdef24ba0b2be96729 (diff)
downloadstarshatter-a8b995c11f7ef1a1bed20bd821698c78be42151d.zip
starshatter-a8b995c11f7ef1a1bed20bd821698c78be42151d.tar.gz
starshatter-a8b995c11f7ef1a1bed20bd821698c78be42151d.tar.bz2
Fixed case of include for the sake of it
Diffstat (limited to 'Magic2/SurfacePropertiesDialog.cpp')
-rw-r--r--Magic2/SurfacePropertiesDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Magic2/SurfacePropertiesDialog.cpp b/Magic2/SurfacePropertiesDialog.cpp
index 2d89843..3eae625 100644
--- a/Magic2/SurfacePropertiesDialog.cpp
+++ b/Magic2/SurfacePropertiesDialog.cpp
@@ -4,7 +4,7 @@
Copyright (c) 1997-2006, Destroyer Studios LLC.
*/
-#include "stdafx.h"
+#include "StdAfx.h"
#include "Magic.h"
#include "MagicDoc.h"
#include "MagicView.h"