浏览代码

Let ExprTools.makeMacroPosition public

杨博 11 年之前
父节点
当前提交
973f5b29fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/haxe/macro/ExprTools.hx

+ 1 - 1
std/haxe/macro/ExprTools.hx

@@ -38,7 +38,7 @@ class ExprTools {
 	/**
 		Returns the `Position` where the caller of `makeMacroPosition` is.
 	**/
-	macro static function makeMacroPosition():ExprOf<Position>
+	macro public static function makeMacroPosition():ExprOf<Position>
 	{
 		var positionExpr = Context.makeExpr(Context.getPosInfos(Context.currentPos()), Context.currentPos());
 		if (Context.defined("macro"))