diff options
Diffstat (limited to 'src/spawn.h')
-rw-r--r-- | src/spawn.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |