[moserial] minor fix, make error as public as the function



commit 046ce1dca989e38da264cffe89b368a8fb4e6d15
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Thu May 19 10:45:50 2011 -0400

    minor fix, make error as public as the function

 src/InputParser.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/InputParser.vala b/src/InputParser.vala
index 48ae4ab..d1bd7a6 100644
--- a/src/InputParser.vala
+++ b/src/InputParser.vala
@@ -17,7 +17,7 @@
  *  along with moserial.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-errordomain HexParseError {
+public errordomain HexParseError {
 	INVALID_INPUT;
 }
 public class InputParser : GLib.Object



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]