From 4048ee8150cad5253fd6f0245c9a357484eac3f2 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 11 Nov 2014 15:09:21 +0100 Subject: refactored SciTECO runtime errors: moved from parser.cpp to error.cpp * the GError expection has been renamed to GlibError, to avoid nameclashes when working from the SciTECO namespace --- src/spawn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/spawn.h') diff --git a/src/spawn.h b/src/spawn.h index 9658d0d..5b5d822 100644 --- a/src/spawn.h +++ b/src/spawn.h @@ -42,7 +42,7 @@ public: tecoInt from, to; tecoInt start; bool text_added; - ::GError *error; + GError *error; }; private: -- cgit v1.2.3