summary refs log tree commit diff
path: root/src/Login.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-28 21:11:40 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-28 21:11:40 +0300
commite224440f5df4e39df3fed5f30e13c773a65fe01b (patch)
tree2c8c41b45da6a78e5638a76d6cecc566d239afc2 /src/Login.cc
parentSave the changes between syncs in cache (diff)
downloadnheko-e224440f5df4e39df3fed5f30e13c773a65fe01b.tar.xz
Display user avatar changes
Diffstat (limited to 'src/Login.cc')
-rw-r--r--src/Login.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Login.cc b/src/Login.cc

index 69338f2c..a9e303f9 100644 --- a/src/Login.cc +++ b/src/Login.cc
@@ -15,8 +15,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "Deserializable.h" #include "Login.h" +#include "Deserializable.h" LoginRequest::LoginRequest() {}