aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llwindow/llmousehandler.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/llwindow/llmousehandler.h
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/llwindow/llmousehandler.h')
-rw-r--r--linden/indra/llwindow/llmousehandler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/llwindow/llmousehandler.h b/linden/indra/llwindow/llmousehandler.h
index b907b55..4e9b882 100644
--- a/linden/indra/llwindow/llmousehandler.h
+++ b/linden/indra/llwindow/llmousehandler.h
@@ -28,10 +28,14 @@
28#ifndef LL_MOUSEHANDLER_H 28#ifndef LL_MOUSEHANDLER_H
29#define LL_MOUSEHANDLER_H 29#define LL_MOUSEHANDLER_H
30 30
31#include "llstring.h"
32
31// Abstract interface. 33// Abstract interface.
32// Intended for use via multiple inheritance. 34// Intended for use via multiple inheritance.
33// A class may have as many interfaces as it likes, but never needs to inherit one more than once. 35// A class may have as many interfaces as it likes, but never needs to inherit one more than once.
34 36
37#include "llstring.h"
38
35class LLMouseHandler 39class LLMouseHandler
36{ 40{
37public: 41public: