summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/element/file/FileElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/plugins/element/file/FileElement.h')
-rw-r--r--src/uscxml/plugins/element/file/FileElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/plugins/element/file/FileElement.h b/src/uscxml/plugins/element/file/FileElement.h
index 987ae11..462ccc8 100644
--- a/src/uscxml/plugins/element/file/FileElement.h
+++ b/src/uscxml/plugins/element/file/FileElement.h
@@ -70,7 +70,7 @@ protected:
bool _sandBoxed;
std::string _givenUrl;
URL _actualUrl;
- std::string _filename;
+ std::string _filepath;
Operation _operation;
Type _type;
};