We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6a280 commit df13474Copy full SHA for df13474
bindgen/ir/types/Type.h
@@ -22,7 +22,6 @@ struct CycleNode {
22
*/
23
class Type : public std::enable_shared_from_this<Type> {
24
public:
25
-
26
virtual ~Type() = default;
27
28
virtual std::string str(const LocationManager &locationManager) const = 0;
0 commit comments