changeset 214 | 25aaaf97917f |
parent 208 | 35eb7b0492ac |
child 228 | 3419c95178c0 |
1.1 --- a/GateKeeper.h Mon Nov 14 12:14:43 2016 +0100 1.2 +++ b/GateKeeper.h Mon Nov 14 12:28:07 2016 +0100 1.3 @@ -50,7 +50,7 @@ 1.4 string wrapped_delivery_key(BCRYPT_KEY_HANDLE hDeliveryKey); 1.5 1.6 void update_product(product p, DWORD context); 1.7 - product_list& registered_products(); 1.8 + product_list registered_products(); 1.9 void keep_updated(); 1.10 static tstring get_lockFile(); 1.11