Add doxygen comment.

This commit is contained in:
Mark de Wever 2009-04-30 20:56:45 +00:00
parent 692e5f78bc
commit a926991e5f

View file

@ -136,6 +136,8 @@ private:
* Every dialog shows it's own kind of window, this function should return
* the window to show.
*
* @param video The video which contains the surface to draw
* upon.
* @returns The window to show.
*/
virtual twindow* build_window(CVideo& video) = 0;