1
0
Fork 0

In progress...

This commit is contained in:
Kolan Sh 2016-04-04 02:32:20 +03:00
parent 8c518f5f75
commit 1eed65f716
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ namespace LAview.Core.Plugins {
using Gtk, LAview; using Gtk, LAview;
class ObjectExampleDialog : Object { class ObjectExampleDialog : Object {
Dialog dialog; Window dialog;
public ObjectExampleDialog (Window parent) throws Error { public ObjectExampleDialog (Window parent) throws Error {
var builder = new Builder (); var builder = new Builder ();