Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 8f8665d

Browse files
committed
FeathersUICoreNamespace: if macro placement
1 parent c146c39 commit 8f8665d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/com/feathersui/xml/FeathersUICoreNamespace.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import haxe.macro.Expr.Field;
2525
@see `com.feathersui.xml.XmlComponent`
2626
**/
2727
class FeathersUICoreNamespace {
28+
#if macro
2829
public macro static function setup():Array<Field> {
2930
if (setupDone) {
3031
return null;
@@ -34,7 +35,6 @@ class FeathersUICoreNamespace {
3435
return null;
3536
}
3637

37-
#if macro
3838
private static var setupDone = false;
3939
private static final URI_FEATHERS_UI = "http://ns.feathersui.com/xml";
4040

0 commit comments

Comments
 (0)