Index: doc/example-scripts/rosetta-singleton.html =================================================================== diff -u -rc4f449cb353be812ba6502ef8e9587e87881f59b -r37fe2bc49a8594e767ddeb0eabbe47f8c348513a --- doc/example-scripts/rosetta-singleton.html (.../rosetta-singleton.html) (revision c4f449cb353be812ba6502ef8e9587e87881f59b) +++ doc/example-scripts/rosetta-singleton.html (.../rosetta-singleton.html) (revision 37fe2bc49a8594e767ddeb0eabbe47f8c348513a) @@ -788,7 +788,7 @@

A Singleton Meta-class

Alternatively, we can follow a more generic approach and define a -metaclass which allows to define several application classes as +metaclass which allows one to define several application classes as singletons. The metaclass has the most general metaclass nx::Class as superclass. In contrary to the example obove, the create method is not defined as a class method, but it will be inherited to its