diff --git a/src/lib/util.hpp b/src/lib/util.hpp index ff37034bd..cf51bd5d9 100644 --- a/src/lib/util.hpp +++ b/src/lib/util.hpp @@ -325,14 +325,14 @@ namespace util { * const and non-const variants of member functions */ template - OBJ* + inline OBJ* unConst (const OBJ* o) { return const_cast (o); } template - OBJ& + inline OBJ& unConst (OBJ const& ro) { return const_cast (ro); diff --git a/src/stage/ui-bus.hpp b/src/stage/ui-bus.hpp index 6a64d3b2f..dda3fa750 100644 --- a/src/stage/ui-bus.hpp +++ b/src/stage/ui-bus.hpp @@ -38,7 +38,7 @@ ** ** # Rationale ** The UI-Bus acts as a **mediating backbone**, impersonating the role - ** of the _Model_ and the _Controler_ in the [MVC-Pattern]in common UI architecture. + ** of the _Model_ and the _Controller_ in the [MVC-Pattern]in common UI architecture. ** ** The MVC-Pattern as such is fine, and probably the best we know for construction of ** user interfaces. But it doesn't scale well towards the integration into a larger and diff --git a/wiki/thinkPad.ichthyo.mm b/wiki/thinkPad.ichthyo.mm index 58aee304f..0d4c909bc 100644 --- a/wiki/thinkPad.ichthyo.mm +++ b/wiki/thinkPad.ichthyo.mm @@ -18186,8 +18186,7 @@ ...denn GTK geht von einer fixen Mindestgröße aus, einem Allocation-Request und dann einer Platzzuteilung

- - + @@ -58133,6 +58132,33 @@ + + + + + + + + + + + + + + + + + + +

+ "load effective address"
Es entspricht also dem &-Operator in C +

+ + +
+
+
+
@@ -58344,8 +58370,7 @@ die uniform initialisation ist leider unrund geraten

- -
+
@@ -58361,8 +58386,7 @@ die Werte in der initializer_list sind Values und werden per copy-Konstruktion erstellt

- - +