X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fnoui.h;h=e4faa2ed090d45cd2febc27f57a3c59d84edffb0;hb=98e61758744ed34e8b7f59b37edb6d09b33d5517;hp=754c2225fce56ad34c7acdc016924af32a31c613;hpb=e122e42354149386159fbff82fbd66e7a8ba1fdb;p=novacoin.git diff --git a/src/noui.h b/src/noui.h index 754c222..e4faa2e 100644 --- a/src/noui.h +++ b/src/noui.h @@ -1,5 +1,5 @@ // Copyright (c) 2010 Satoshi Nakamoto -// Copyright (c) 2011 The Bitcoin developers +// Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file license.txt or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_NOUI_H @@ -67,6 +67,10 @@ inline void MainFrameRepaint() { } +inline void AddressBookRepaint() +{ +} + inline void InitMessage(const std::string &message) { }