diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2013-03-14 11:30:24 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2013-03-14 11:30:24 (GMT) |
| commit | 9479b7f3300658156c467980c28d3436a728bc0c (patch) | |
| tree | 631a10f9fe9628d1250109f6b9c643d008591d39 /src/interface/AvatarButton.h | |
| parent | 7a055a9d90ea3464bbdc314df423e2aa768ce2be (diff) | |
| download | powder-9479b7f3300658156c467980c28d3436a728bc0c.zip powder-9479b7f3300658156c467980c28d3436a728bc0c.tar.gz | |
Move requestbroker into new folder, make request process function a method of Request
Diffstat (limited to 'src/interface/AvatarButton.h')
| -rw-r--r-- | src/interface/AvatarButton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface/AvatarButton.h b/src/interface/AvatarButton.h index d946ddf..f7a7a6c 100644 --- a/src/interface/AvatarButton.h +++ b/src/interface/AvatarButton.h @@ -6,7 +6,7 @@ #include "Component.h" #include "graphics/Graphics.h" #include "interface/Colour.h" -#include "client/RequestListener.h" +#include "client/requestbroker/RequestListener.h" namespace ui { |
