"private static" aus der Doku entfernt.
Change-Id: I49189f22c0647469366698afa66681e18a41f4de
diff --git a/doc/lfun/SetAttr b/doc/lfun/SetAttr
index 8ecf381..8ed476f 100644
--- a/doc/lfun/SetAttr
+++ b/doc/lfun/SetAttr
@@ -1,6 +1,6 @@
SetAttr()
FUNKTION:
- private static int SetAttr(string attr, int val)
+ public int SetAttr(string attr, int val)
DEFINIERT IN:
/std/living/attributes.c
@@ -28,4 +28,4 @@
P_ATTRIBUTES, P_ATTRIBUTES_OFFSETS, P_ATTRIBUTES_MODIFIER,
P_X_ATTR_MOD, P_M_ATTR_MOD, /std/living/attributes.c
-13.Nov.2002, Gloinson
\ No newline at end of file
+Letzte Aenderung: 22.12.2016, Bugfix