File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ namespace CefSharp
1515 : _url(url), _isMainFrame(isMainFrame) {}
1616
1717 property String^ Url { String^ get () { return _url; } }
18- property bool IsMainFrame { bool get () { return _isMainFrame; }
18+ property bool IsMainFrame { bool get () { return _isMainFrame; } }
1919 };
2020
2121 public delegate void LoadCompletedEventHandler (Object^ sender, LoadCompletedEventArgs^ url);
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ namespace CefSharp
1515 : _url(url), _isMainFrame(isMainFrame) {}
1616
1717 property String^ Url { String^ get () { return _url; } }
18- property bool IsMainFrame { bool get () { return _isMainFrame; }
18+ property bool IsMainFrame { bool get () { return _isMainFrame; } }
1919 };
2020
2121 public delegate void LoadStartedEventHandler (Object^ sender, LoadStartedEventArgs^ url);
You can’t perform that action at this time.
0 commit comments