diff options
author | unknown <mats@kindahl-laptop.dnsalias.net> | 2007-08-16 11:43:03 +0200 |
---|---|---|
committer | unknown <mats@kindahl-laptop.dnsalias.net> | 2007-08-16 11:43:03 +0200 |
commit | 29393eafdbe87f14d9885ef875b81d7529025c86 (patch) | |
tree | 2a2b54ce8c1e17f4c2fab4b3b9319d2a3cb0326b /sql/rpl_rli.h | |
parent | 9a7658a3c25f03417580b92e93591864e9e32ed6 (diff) | |
download | mariadb-git-29393eafdbe87f14d9885ef875b81d7529025c86.tar.gz |
Minor code fixes to help Doxygen generate good documentation.
sql/rpl_rli.h:
Removing redundant "class" keyword.
Diffstat (limited to 'sql/rpl_rli.h')
-rw-r--r-- | sql/rpl_rli.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/rpl_rli.h b/sql/rpl_rli.h index 8e5e667e6d4..c19b84ced49 100644 --- a/sql/rpl_rli.h +++ b/sql/rpl_rli.h @@ -122,7 +122,7 @@ public: pthread_cond_t start_cond, stop_cond, data_cond; /* parent Master_info structure */ - class Master_info *mi; + Master_info *mi; /* Needed to deal properly with cur_log getting closed and re-opened with |