From 659561bac7c3f168a729c21605caccd14b514a5e Mon Sep 17 00:00:00 2001
From: Adam Wardynski <award@.(win7-laptop)>
Date: Wed, 20 Apr 2011 13:19:20 +0200
Subject: [PATCH] Make execute of unmark public.

---
 libwccl/ops/tagactions/unmark.h | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/libwccl/ops/tagactions/unmark.h b/libwccl/ops/tagactions/unmark.h
index c344fc0..21991e6 100644
--- a/libwccl/ops/tagactions/unmark.h
+++ b/libwccl/ops/tagactions/unmark.h
@@ -38,15 +38,6 @@ public:
 	 */
 	std::string to_string(const Corpus2::Tagset& tagset) const;
 
-protected:
-	/**
-	 * Writes string representation of the Action to
-	 * an output stream.
-	 * @returns Stream written to.
-	 * @note May be incomplete and/or containt internal info.
-	 */
-	std::ostream& write_to(std::ostream& ostream) const;
-
 	/**
 	 * Executes the Action on given context: Marks an annotation within
 	 * the given channel on the range supplied. It is an error if there
@@ -57,6 +48,15 @@ protected:
 	 */
 	Bool execute(const ActionExecContext &context) const;
 
+protected:
+	/**
+	 * Writes string representation of the Action to
+	 * an output stream.
+	 * @returns Stream written to.
+	 * @note May be incomplete and/or containt internal info.
+	 */
+	std::ostream& write_to(std::ostream& ostream) const;
+
 private:
 	const PosFunctionPtr pos_;
 	const std::string chan_name_;
-- 
GitLab