summaryrefslogtreecommitdiffstats
path: root/src/include/eiotas_room.h
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-05-31 10:11:28 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-05-31 10:11:28 +0200
commit156d23df6d0414c254b9f6e7ce18052ac3e71658 (patch)
treecf68b89c3cff52b8882329e16f68e2fcd7d69885 /src/include/eiotas_room.h
parentea2f90e7d0e3a0bda886eeccb11b8d7dbbf0250e (diff)
downloadedoors-156d23df6d0414c254b9f6e7ce18052ac3e71658.zip
edoors-156d23df6d0414c254b9f6e7ce18052ac3e71658.tar.gz
add const to some function parameters
Diffstat (limited to 'src/include/eiotas_room.h')
-rw-r--r--src/include/eiotas_room.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/eiotas_room.h b/src/include/eiotas_room.h
index c265344..53b035a 100644
--- a/src/include/eiotas_room.h
+++ b/src/include/eiotas_room.h
@@ -66,7 +66,7 @@ void eiotas_room_free(Eiotas_Room *room);
*
* This function will register the new room as a child of it's parent @ref Eiotas_Room.
*/
-EAPI Eiotas_Room* eiotas_room_add(const char* name, Eiotas_Room *parent);
+EAPI Eiotas_Room* eiotas_room_add(const char* name, const Eiotas_Room *parent);
/**
* @}