diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/kmi/sp_tree.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kmi/sp_tree.h b/include/kmi/sp_tree.h index f1f9fca..88facef 100644 --- a/include/kmi/sp_tree.h +++ b/include/kmi/sp_tree.h @@ -110,10 +110,10 @@ struct sp_root { /** Which side of the parent node a new node should be inserted to. */ enum sp_dir { /** Left side. */ - LEFT, + SP_LEFT, /** Right side. */ - RIGHT + SP_RIGHT }; /** |
