You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/06/25 01:55:39 UTC

[2/3] git commit: get rid of compiler warning

get rid of compiler warning


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/7efd80f4
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/7efd80f4
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/7efd80f4

Branch: refs/heads/master
Commit: 7efd80f43c7fbc65f7af47f8abb1d4fc3e13c557
Parents: d023ed6
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Jun 24 16:52:55 2013 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Jun 24 16:52:55 2013 -0700

----------------------------------------------------------------------
 common/Plugins/Notification.cs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/7efd80f4/common/Plugins/Notification.cs
----------------------------------------------------------------------
diff --git a/common/Plugins/Notification.cs b/common/Plugins/Notification.cs
index 6d4b93b..57262d2 100644
--- a/common/Plugins/Notification.cs
+++ b/common/Plugins/Notification.cs
@@ -36,8 +36,8 @@ namespace WPCordovaClassLib.Cordova.Commands
 
         private class NotifBoxData
         {
-            public NotificationBox previous;
-            public string callbackId;
+            public NotificationBox previous {get;set;}
+            public string callbackId { get; set; }
         }
 
         private PhoneApplicationPage Page