[moserial] minor fix, make error as public as the function
- From: Michael J. Chudobiak <mjc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [moserial] minor fix, make error as public as the function
- Date: Thu, 19 May 2011 14:46:19 +0000 (UTC)
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]