diff options
Diffstat (limited to 'nexus/Supplicant.h')
| -rw-r--r-- | nexus/Supplicant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/Supplicant.h b/nexus/Supplicant.h index 46a9e86c..2a25ea27 100644 --- a/nexus/Supplicant.h +++ b/nexus/Supplicant.h @@ -46,7 +46,7 @@ public: int getState() { return mState; } - const ScanResultCollection *getLatestScanResults(); + ScanResultCollection *createLatestScanResults(); // XXX: Extract these into an interface public: |
