src/cx/map.h

changeset 706
8c6edaccaef1
parent 694
ac827d873c17
child 709
1e8ba59e7911
     1.1 --- a/src/cx/map.h	Sun May 21 14:04:34 2023 +0200
     1.2 +++ b/src/cx/map.h	Sun May 21 14:37:56 2023 +0200
     1.3 @@ -158,6 +158,8 @@
     1.4      void *value;
     1.5  };
     1.6  
     1.7 +extern CxMap *const cxEmptyMap;
     1.8 +
     1.9  /**
    1.10   * Advises the map to store copies of the objects (default mode of operation).
    1.11   *

mercurial