* merge in much of the dav_rework branch: (the drift was becoming to big, no function...
[citadel.git] / webcit / webcit.h
index b38a9c97501b7c071d4886d196afce606d36f4fc..1217ab8f76f9de7ed676d6abf1e170d22fede3bd 100644 (file)
@@ -454,7 +454,7 @@ struct wcsession {
        char ImportantMessage[SIZ];
        StrBuf *ImportantMsg;
        HashList *Directory;                    /* Parts of the directory URL in snippets */
-       const floor *CurrentFloor;              /**< when Parsing REST, which floor are we on? */
+       const Floor *CurrentFloor;              /**< when Parsing REST, which floor are we on? */
 
 /* accounting */
        StrBuf *wc_username;                    /* login name of current user */