diff options
-rw-r--r-- | Swiften/Elements/FormPage.cpp | 2 | ||||
-rw-r--r-- | Swiften/Elements/FormSection.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Elements/FormPage.cpp b/Swiften/Elements/FormPage.cpp index 37ff32c..1a9bd32 100644 --- a/Swiften/Elements/FormPage.cpp +++ b/Swiften/Elements/FormPage.cpp @@ -62,7 +62,7 @@ void FormPage::addFieldRef(std::string ref) { } const std::vector<std::string> FormPage::getFieldRefs() const { return fieldRefs_; } -}
\ No newline at end of file +} diff --git a/Swiften/Elements/FormSection.cpp b/Swiften/Elements/FormSection.cpp index 1784714..46005a0 100644 --- a/Swiften/Elements/FormSection.cpp +++ b/Swiften/Elements/FormSection.cpp @@ -58,7 +58,7 @@ void FormSection::addFieldRef(std::string ref) { } const std::vector<std::string> FormSection::getFieldRefs() const { return fieldRefs_; } -}
\ No newline at end of file +} |