Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dlang
gtkd
Commits
912eaa1b
Commit
912eaa1b
authored
Apr 16, 2018
by
Mike Wey
Browse files
Fix typo in gobject.Value. Fixes #239
parent
e69ae050
Changes
2
Hide whitespace changes
Inline
Side-by-side
generated/gtkd/gobject/Value.d
View file @
912eaa1b
...
...
@@ -89,7 +89,7 @@ public class Value
this
();
init
(
GOBJECT
.
getType
());
static
if
(
is
(
GOBJECT
:
G
Object
)
)
static
if
(
is
(
GOBJECT
:
Object
G
)
)
{
setObject
(
obj
);
}
...
...
src/APILookupGObject.txt
View file @
912eaa1b
...
...
@@ -800,7 +800,7 @@ code: start
this();
init(GOBJECT.getType());
static if ( is(GOBJECT :
G
Object) )
static if ( is(GOBJECT : Object
G
) )
{
setObject(obj);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment