]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ControlUrl.C
include sys/time.h
[lyx.git] / src / frontends / controllers / ControlUrl.C
1 /**
2  * \file ControlUrl.C
3  * This file is part of LyX, the document processor.
4  * Licence details can be found in the file COPYING.
5  *
6  * \author Angus Leeming
7  *
8  * Full author contact details are available in file CREDITS
9  */
10
11 #include <config.h>
12
13
14 #include "ControlUrl.h"
15
16
17 ControlUrl::ControlUrl(LyXView & lv, Dialogs & d)
18         : ControlCommand(lv, d, LFUN_INSERT_URL)
19 {}