Przeglądaj źródła

Pointers fix

channel
Ludovic 'Archivist' Lagouardette 3 lat temu
rodzic
commit
edf2075b1e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      include/gp/utils/pointers.hpp

+ 1
- 1
include/gp/utils/pointers.hpp Wyświetl plik

@ -36,7 +36,7 @@ namespace gp {
unique_ptr<U> cast() {
auto save = data;
data = nullptr;
return unique_ptr<U>(safe, owner);
return unique_ptr<U>(save, owner);
}
T* operator->() {

Ładowanie…
Anuluj
Zapisz