]> git.lyx.org Git - lyx.git/blobdiff - src/KeyMap.h
comment
[lyx.git] / src / KeyMap.h
index d715c9776aeb04d23c717e86e8839940d5f77358..2b3ac315f15eab5b3537f5c96f46bd1b9fa136ce 100644 (file)
@@ -63,7 +63,7 @@ public:
         * @param bind_file bind file
         * @param unbind_map pointer to a KeyMap that holds \unbind bindings
         */
-       bool read(std::string const & bind_file, KeyMap * unbind_map = NULL);
+       bool read(std::string const & bind_file, KeyMap * unbind_map = 0);
 
        /** write to a bind file.
         * @param append append to the bind_file instead of overwrite it