aboutsummaryrefslogtreecommitdiff
path: root/src/location.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2018-11-20 23:13:14 -0800
committerMike Buland <eichlan@xagasoft.com>2018-11-20 23:13:14 -0800
commit3a0447e76e279c47b8e57924edc8b6d8dd269a4a (patch)
treea7e2c3b36bd2d4b0b81d5b2383c29da484a68246 /src/location.cpp
parent31fa2d4836ce93993aa94364b1c3dd2195c90142 (diff)
downloadbuild-3a0447e76e279c47b8e57924edc8b6d8dd269a4a.tar.gz
build-3a0447e76e279c47b8e57924edc8b6d8dd269a4a.tar.bz2
build-3a0447e76e279c47b8e57924edc8b6d8dd269a4a.tar.xz
build-3a0447e76e279c47b8e57924edc8b6d8dd269a4a.zip
Correcting build issues.
Diffstat (limited to '')
-rw-r--r--src/location.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location.cpp b/src/location.cpp
index 1e2dfcd..507c922 100644
--- a/src/location.cpp
+++ b/src/location.cpp
@@ -6,7 +6,7 @@
6 */ 6 */
7 7
8#include "location.h" 8#include "location.h"
9#include "build.tab.h" 9#include "buildparser.h"
10 10
11Location::Location() : 11Location::Location() :
12 sFile("none"), 12 sFile("none"),